Skip to content

Conversation

@jgonzac
Copy link
Contributor

@jgonzac jgonzac commented Jan 14, 2025

I'm a member of Codee and we are developing a tool that requires the compile commands generated with bear to work also with Intel Fortran compilers. We extended bear functionality and considered that it would be useful for the project.

This PR adds a new citnames Tool to support Intel Fortran compilers ifx and ifort. I used the same approach that is done in the ToolGcc, classifying the most relevant compiler/linker/preprocessor flags according to the official intel documentation.
I took advantage and factorized some functionality that is common to both GCC and IntelFortran.

It was tested with 2023.2.0 and 2025.0.0 Intel Fortran compilers.

@rizsotto rizsotto merged commit 6d23d17 into rizsotto:master Jan 16, 2025
14 of 17 checks passed
@rizsotto
Copy link
Owner

Hey @jgonzac , thanks for this contribution!

@jgonzac jgonzac deleted the addIntelFortranCitnames branch January 16, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants